Transmission Control Protocol - definição. O que é Transmission Control Protocol. Significado, conceito
Diclib.com
Dicionário Online

O que (quem) é Transmission Control Protocol - definição

PRINCIPAL PROTOCOL USED TO STREAM DATA ACROSS AN IP NETWORK
Transmission control protocol; SYN (TCP); SYN Packets; SYN Packet; Triple-ack; Transport Control Protocol; TCP protocol; TCP/IP port number; TCP/IP port; Transfer Control Protocol; TCP protocols; Selective acknowledgement; ACK (TCP); TCP header; Tcp protocol; Sequence number; Tcp receive window; TCP acceleration; TCP Header; TCP handshake; Tcp handshake; TCP segment; SACK; TCP packet; Forcing Data Delivery; Three-way handshake; Three way handshake; TCP Acceleration; TCP checksum offload; Tcp checksum offload; Cumulative ACK; TCP connection; FIN (TCP); Protection Against Wrapped Sequence Numbers; Protect Against Wrapped Sequence numbers; 3 way handshake; Cumulative ack; SYN/ACK; SYN+ACK; SYN-ACK; ACK packet; SYN packet; TCP SYN; TCP SYNACK; TCP window; TCP receive window; TCP SACK; TCP windowing; CLOSE-WAIT; CLOSE WAIT; SYN-SENT; SYN SENT; SYN RECEIVED; SYN-RECEIVED; FIN-WAIT-1; FIN WAIT; FIN WAIT 2; FIN WAIT 1; LAST-ACK; LAST ACK; TIME WAIT; TIME-WAIT; TCP connection state; ACK flag
  • Connection termination
  • TCP sequence numbers and receive windows behave very much like a clock. The receive window shifts each time the receiver receives and acknowledges a new segment of data. Once it runs out of sequence numbers, the sequence number loops back to 0.
  • A Simplified TCP State Diagram. See [http://www.medianet.kent.edu/techreports/TR2005-07-22-tcp-EFSM.pdf TCP EFSM diagram] for more detailed diagrams, including detail on the ESTABLISHED state.

Transmission Control Protocol         
<networking, protocol> (TCP) The most common transport layer protocol used on Ethernet and the Internet. It was developed by DARPA. TCP is the connection-oriented protocol built on top of Internet Protocol (IP) and is nearly always seen in the combination TCP/IP (TCP over IP). It adds {reliable communication} and flow-control and provides full-duplex, process-to-process connections. TCP is defined in STD 7 and RFC 793. User Datagram Protocol is the other, connectionless, protocol that runs on top of IP. (2001-06-14)
Transmission Control Protocol         
The Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite. It originated in the initial network implementation in which it complemented the Internet Protocol (IP).
TCP acceleration         
TCP acceleration is the name of a series of techniques for achieving better throughput on a network connection than standard TCP achieves, without modifying the end applications. It is an alternative or a supplement to TCP tuning.

Wikipédia

Transmission Control Protocol

The Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite. It originated in the initial network implementation in which it complemented the Internet Protocol (IP). Therefore, the entire suite is commonly referred to as TCP/IP. TCP provides reliable, ordered, and error-checked delivery of a stream of octets (bytes) between applications running on hosts communicating via an IP network. Major internet applications such as the World Wide Web, email, remote administration, and file transfer rely on TCP, which is part of the Transport Layer of the TCP/IP suite. SSL/TLS often runs on top of TCP.

TCP is connection-oriented, and a connection between client and server is established before data can be sent. The server must be listening (passive open) for connection requests from clients before a connection is established. Three-way handshake (active open), retransmission, and error detection adds to reliability but lengthens latency. Applications that do not require reliable data stream service may use the User Datagram Protocol (UDP) instead, which provides a connectionless datagram service that prioritizes time over reliability. TCP employs network congestion avoidance. However, there are vulnerabilities in TCP, including denial of service, connection hijacking, TCP veto, and reset attack.

Exemplos de pronúncia para Transmission Control Protocol
1. VINT CERF: Transmission control protocol.
The Innovators _ Walter Isaacson _ Talks at Google
2. What TCP is, it says transmission control protocol.
The Internet as DIY connectivity _ Bob Frankston _ Talks at Google
Exemplos do corpo de texto para Transmission Control Protocol
1. TCP/IP is an abbreviation of Transmission Control Protocol and Internet Protocol.
2. Transmission Control Protocol (TCP), meanwhile, ensures the correct delivery of that data or its re–transmission if it gets lost.
3. Using a combined method called TCP/IP (for Transmission Control Protocol/Internet Protocol), these packets are sent by myriad routes from one computer in the world to another somewhere else.